Click or drag to resize

UserResponse Class

Represents a response to a GetUserSettings request for an individual user.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverUserResponse

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class UserResponse

The UserResponse type exposes the following members.

Constructors
  NameDescription
Public methodUserResponse
Initializes a new instance of the UserResponse class.
Top
Properties
  NameDescription
Public propertyErrorCode
Represents an error code that is returned by the Autodiscover service.
Public propertyErrorMessage
Represents a message that is associated with an error code that is returned by the Autodiscover service.
Public propertyRedirectTarget
The target of the redirection (URL or email address).
Public propertyUserSettingErrors
Error information for settings that could not be returned.
Public propertyUserSettings
The requested settings for the user.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also